home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / MISC / ANN3I.OPD < prev    next >
Encoding:
Text File  |  1996-03-18  |  751 b   |  34 lines

  1. #[document 61.2 140.55 135.85 226.3
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(61.20,226.30);
  16. l(135.85,224.75);
  17. l(128.60,140.55);
  18. l(66.35,142.10);
  19. l(61.20,226.30);
  20. close_edge();
  21. p=path();
  22. gc_draw_style(wc);
  23. gc_color(0.00,0.00,0.00);
  24. s[0]=draw(p);
  25. gc_draw_style(stroked);
  26. gc_line_join_style(round);
  27. gc_stroke_width(0.00);
  28. gc_font_draw_style(0);
  29. s[0]:=draw(p);
  30. page:=s[0];
  31. s=NULL;
  32. #]page
  33. #]document
  34.